Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedCollection<TItem> Class
Members

In This Topic
    OwnedCollection<TItem> Class
    In This Topic
    Base class for collection containing items supporting IOwnedObject interface. Collection updates Owner property of items.
    Object Model
    OwnedCollection<TItem> Class
    Syntax
    'Declaration
     
    Public Class OwnedCollection(Of TItem As IOwnedObject) 
       Inherits OwnedCollectionBase(Of TItem)
       Implements IOwnedObject 
    public class OwnedCollection<TItem> : OwnedCollectionBase<TItem>, IOwnedObject  
    where TItem: IOwnedObject
    Type Parameters
    TItem
    Inheritance Hierarchy
    See Also